gskpango: Correct a comment
authorTimm Bäder <mail@baedert.org>
Mon, 21 Dec 2020 12:23:28 +0000 (13:23 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 21 Dec 2020 12:23:28 +0000 (13:23 +0100)
Not all other draw calls will use cairo.

gtk/gskpango.h

index fbd6340d7b5947d3d8bbae55eb8fd8b6438b35fe..37052a1c0e202bc4c0408d0193235d3b8f8edffe 100644 (file)
@@ -49,7 +49,7 @@ typedef gboolean (*GskPangoShapeHandler) (PangoAttrShape         *attr,
 /*
  * This is a PangoRenderer implementation that translates all the draw calls to
  * gsk render nodes, using the GtkSnapshot helper class. Glyphs are translated
- * to text nodes, all other draw calls fall back to cairo nodes.
+ * to text nodes, other draw calls may fall back to cairo nodes.
  */
 
 struct _GskPangoRenderer